Auto merge of #2038 - zv:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 8 Oct 2015 02:08:10 +0000 (02:08 +0000)
committerbors <bors@rust-lang.org>
Thu, 8 Oct 2015 02:08:10 +0000 (02:08 +0000)
commit1e5fa846e1b813e0d8f521a738a12ed17e844d34
treed8df6677732494bab4ab4cce614b6bcbf400eb90
parent8964ea787f588650c2fef6295808ceff50d0c6dc
parent271eecddb5155097258935e93840a7a2bbe25e9f
Auto merge of #2038 - zv:master, r=alexcrichton

The existing zsh completion script refers to deprecated options for initializing a new cargo package with version control (`--(no-)git` & `--hg`). This PR removes these old options and adds a new completion option `--vcs` which accepts either `git`, `hg` or `none` as it's own options.